-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR #740/d3e81b79 backport][stable-3] aws_s3: simplify the template check #743
[PR #740/d3e81b79 backport][stable-3] aws_s3: simplify the template check #743
Conversation
aws_s3: simplify the template check Don't compare strings with \n character. This triggers errors like this: fatal: [testhost]: FAILED! => { "msg": "The conditional check 'result.contents == \"template:\ntest template\n\"' failed. The error was: Invalid conditional detected: EOL while scanning string literal (<unknown>, line 1)" } Reviewed-by: Alina Buzachis <None> (cherry picked from commit d3e81b7)
@patchback[bot]: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
cc @jillr @linabuzachis @lwade @s-hertel @tremble |
recheck |
This is a backport of PR #740 as merged into main (d3e81b7).
Don't compare strings with \n character. This triggers errors like this: